home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 106
/
Vol 106.iso
/
games
/
stepp000.swf
/
scripts
/
DefineButton2_813
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-04-12
|
262 b
|
15 lines
on(release){
set("/Variables:TransMail",eval("/Variables:Instructions"));
if(_currentframe == 2)
{
tellTarget("InvSelection")
{
gotoAndStop(1);
}
}
tellTarget("MailMovie")
{
gotoAndPlay(3);
}
}